Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sn32 rgb v3 #3

Open
wants to merge 897 commits into
base: sn32_develop_k66v1_rgb_v3
Choose a base branch
from

Conversation

fightforlife
Copy link
Owner

Description

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

DavidSannier and others added 25 commits April 30, 2024 23:31
Co-authored-by: wb <[email protected]>
Co-authored-by: jack <[email protected]>
Co-authored-by: Duncan Sutherland <[email protected]>
* update layouts/default/readme.md

* add tkl_wkl layouts to layouts/default

* amend layouts/default/readme.md

* `tsangan_wkl` to `wkl`

* Update readme.md

* update keymap.c

* local testing corrections applied

* add layouts/community readmes

* minor text correction(s)

* Apply suggestions from code review

* further copyright header changes
* Correct `LAYOUT_all` data

Corrects incorrect key sizes and positioning.

* Correct `LAYOUT_tkl_ansi_tsangan` data

Corrects incorrect matrix assignments on the bottom row.

* Correct `LAYOUT_tkl_ansi_tsangan_split_bs_rshift` data

Corrects incorrect matrix assignments on the bottom row.

* Set `LAYOUT_all` as an alias

Sets `LAYOUT_all` as an alias for
`LAYOUT_tkl_ansi_tsangan_split_bs_rshift`, because the layout and matrix
data for these two macros is identical.
* First commit

* Fix keycode range and color on indicator

* bit of cleanup

* prettify

* Update keyboards/novelkeys/nk_classic_tkl/keymaps/default/keymap.c

Co-authored-by: Joel Challis <[email protected]>

* Update keyboards/novelkeys/nk_classic_tkl/info.json

Co-authored-by: Joel Challis <[email protected]>

* Update keyboards/novelkeys/nk_classic_tkl/info.json

Co-authored-by: Joel Challis <[email protected]>

* readme fix

---------

Co-authored-by: yiancar <[email protected]>
Co-authored-by: Joel Challis <[email protected]>
turai and others added 28 commits August 11, 2024 00:02
* Port K12 from sn32_master

* Ran through clang-format and removed my own wip keymap

* Replace wrong measurements

* Forgot to copy licenses over

* Apply requested changes

* Oops

* Adjust RGB matrix coordinates and flags

* Use VIA V3 schema

---------

Co-authored-by: turai <[email protected]>
* Add gravity tkl

* license adjusted

* fix license and remarks

* fix remarks: identation, remove rules.mk and info.json, other remarks

* remove NO_PIN from key matrix

* B1 B2 added to keyboard.json; default keymap updated

* force_nkro removed

* PID and VID changed. NK_TOGG added to keymap
* Initial configuration for board

* cleanup

* add default keymap rules, swap right control and the up arrow in g_led_config, and add a comment showing how the key matrix correlates to the led matrix

* requested PR changes
…xQMK#395)

* Update info.json

Remove animations to reduce firmware size

* Update info.json

Remove Animations to reduce firmware size

---------

Co-authored-by: PythonDeployer <[email protected]>
only use custom scanning if the wiring is shared
LED output differs depending on the module used, as well as the
current limiting setup. Introduce a luminosity correction factor
that will limit output on overdriven channels, allowing fine
tuning through PWM scaling.
fix ROW2COL PWM bug on COL2ROW

A column would light up when pressed on this scenario
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.